github.com/go-pg/pg/v10.Tx.stmtsMu (field)

5 uses

	github.com/go-pg/pg/v10 (current package)
		tx.go#L33: 	stmtsMu sync.Mutex
		tx.go#L129: 	tx.stmtsMu.Lock()
		tx.go#L130: 	defer tx.stmtsMu.Unlock()
		tx.go#L375: 	tx.stmtsMu.Lock()
		tx.go#L376: 	defer tx.stmtsMu.Unlock()